BlobEncoder.PermissionSetBlob(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encodes a permission set blob.
public:
System::Reflection::Metadata::Ecma335::PermissionSetEncoder PermissionSetBlob(int attributeCount);
public System.Reflection.Metadata.Ecma335.PermissionSetEncoder PermissionSetBlob (int attributeCount);
member this.PermissionSetBlob : int -> System.Reflection.Metadata.Ecma335.PermissionSetEncoder
Public Function PermissionSetBlob (attributeCount As Integer) As PermissionSetEncoder
Parameters
- attributeCount
- Int32
Number of attributes in the set.
Returns
Permission set encoder.
Exceptions
attributeCount
is not in range [0, 0x1fffffff].
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.