C# Class Seatbelt.Interop.Secur32.UNICODE_STRING

Show file Open project: notchxor/infraestructura-ofensiva-infra

Public Properties

Property Type Description
Length ushort
MaximumLength ushort
buffer IntPtr

Public Methods

Method Description
Dispose ( ) : void
ToString ( ) : string
UNICODE_STRING ( string s ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

UNICODE_STRING() public method

public UNICODE_STRING ( string s ) : System
s string
return System

Property Details

Length public property

public ushort Length
return ushort

MaximumLength public property

public ushort MaximumLength
return ushort

buffer public property

public IntPtr buffer
return IntPtr