Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
unsafe delegate void | DecodedObjectReceiver (void *pvDecodedObject, int cbDecodedObject) |
unsafe delegate TResult | DecodedObjectReceiver< TResult > (void *pvDecodedObject, int cbDecodedObject) |
Static Public Member Functions | |
static unsafe SafeHandle | ToLpstrArray (this OidCollection oids, out int numOids) |
static byte[] | ValueAsAscii (this Oid oid) |
static unsafe TResult | DecodeObject< TResult > (this byte[] encoded, CryptDecodeObjectStructType lpszStructType, DecodedObjectReceiver< TResult > receiver) |
static unsafe TResult | DecodeObject< TResult > (this byte[] encoded, string lpszStructType, DecodedObjectReceiver< TResult > receiver) |
static unsafe bool | DecodeObjectNoThrow (this byte[] encoded, CryptDecodeObjectStructType lpszStructType, DecodedObjectReceiver receiver) |
Definition at line 8 of file Helpers.cs.